Class

ContextError<TError>

class ContextError<TError> where TError: IError

Namespace: System
Assembly: Raven.Core.dll
Source file: Error.rvn

Inheritance: object → ContextError<TError>
Implements: IEquatable<ContextError<TError>>, IError

Adds contextual information around an existing main error.

The contextual message describes the current operation. Cause preserves the underlying typed error so explicit error propagation does not erase the original failure.

Type parameters

Name Description
TError The type of the underlying error.

Constructors

1 item

Properties

2 items

Methods

5 items

Operators

2 items